From 43ad9dd2b453c8d71f986537ae3eb4bfe4df9c57 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Tue, 11 Aug 2020 12:23:18 -0600 Subject: [PATCH] remove autotools (#626) --- INSTALL | 6 +++--- Makefile.in => deprecated/autotools/Makefile.in | 0 aclocal.m4 => deprecated/autotools/aclocal.m4 | 0 {build-aux => deprecated/autotools/build-aux}/config.guess | 0 {build-aux => deprecated/autotools/build-aux}/config.sub | 0 {build-aux => deprecated/autotools/build-aux}/install-sh | 0 config.h.in => deprecated/autotools/config.h.in | 0 configure => deprecated/autotools/configure | 0 configure.ac => deprecated/autotools/configure.ac | 0 {m4 => deprecated/autotools/m4}/ax_compare_version.m4 | 0 {m4 => deprecated/autotools/m4}/ax_cxx_compile_stdcxx.m4 | 0 11 files changed, 3 insertions(+), 3 deletions(-) rename Makefile.in => deprecated/autotools/Makefile.in (100%) rename aclocal.m4 => deprecated/autotools/aclocal.m4 (100%) rename {build-aux => deprecated/autotools/build-aux}/config.guess (100%) rename {build-aux => deprecated/autotools/build-aux}/config.sub (100%) rename {build-aux => deprecated/autotools/build-aux}/install-sh (100%) rename config.h.in => deprecated/autotools/config.h.in (100%) rename configure => deprecated/autotools/configure (100%) rename configure.ac => deprecated/autotools/configure.ac (100%) rename {m4 => deprecated/autotools/m4}/ax_compare_version.m4 (100%) rename {m4 => deprecated/autotools/m4}/ax_cxx_compile_stdcxx.m4 (100%) diff --git a/INSTALL b/INSTALL index 974c56d85..06faf40b7 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -The use of the autotools based build system (configure) is deprecated and may -be removed in a future release! +The autotools based build system (configure) is no longer suppored and has +been removed. The use of cmake is experimental. The implementation is not complete. It is untested by continuous integration. It is not recommended for production use. @@ -41,7 +41,7 @@ WEB=DIR Path where the documentation will be stored for www.gpsbabel.org. This is used by the gpsbabel.org target, you are unlikely to need it unless you are maintaining www.gpsbabel.org. The default location is "../babelweb" - + Make targets: check: Run the basic test suite. diff --git a/Makefile.in b/deprecated/autotools/Makefile.in similarity index 100% rename from Makefile.in rename to deprecated/autotools/Makefile.in diff --git a/aclocal.m4 b/deprecated/autotools/aclocal.m4 similarity index 100% rename from aclocal.m4 rename to deprecated/autotools/aclocal.m4 diff --git a/build-aux/config.guess b/deprecated/autotools/build-aux/config.guess similarity index 100% rename from build-aux/config.guess rename to deprecated/autotools/build-aux/config.guess diff --git a/build-aux/config.sub b/deprecated/autotools/build-aux/config.sub similarity index 100% rename from build-aux/config.sub rename to deprecated/autotools/build-aux/config.sub diff --git a/build-aux/install-sh b/deprecated/autotools/build-aux/install-sh similarity index 100% rename from build-aux/install-sh rename to deprecated/autotools/build-aux/install-sh diff --git a/config.h.in b/deprecated/autotools/config.h.in similarity index 100% rename from config.h.in rename to deprecated/autotools/config.h.in diff --git a/configure b/deprecated/autotools/configure similarity index 100% rename from configure rename to deprecated/autotools/configure diff --git a/configure.ac b/deprecated/autotools/configure.ac similarity index 100% rename from configure.ac rename to deprecated/autotools/configure.ac diff --git a/m4/ax_compare_version.m4 b/deprecated/autotools/m4/ax_compare_version.m4 similarity index 100% rename from m4/ax_compare_version.m4 rename to deprecated/autotools/m4/ax_compare_version.m4 diff --git a/m4/ax_cxx_compile_stdcxx.m4 b/deprecated/autotools/m4/ax_cxx_compile_stdcxx.m4 similarity index 100% rename from m4/ax_cxx_compile_stdcxx.m4 rename to deprecated/autotools/m4/ax_cxx_compile_stdcxx.m4 -- 2.30.2